Package | odilab.evo |
Type | StructureDefinition |
Id | Id |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=odilab.evo@0.0.5&canonical=http://fhir.odilab.de/StructureDefinition/ERPBundleHiMi |
Url | http://fhir.odilab.de/StructureDefinition/ERPBundleHiMi |
Status | draft |
Name | ERP_Bundle_HiMi |
Title | Hilfsmittelverordnung |
Experimental | False |
Description | Dieses Bundle vereint die Elemente des strukturierten Dokuments Hilfsmittelverordnung Muster 8 und 15 |
Type | Bundle |
Kind | resource |
No resources found
StructureDefinition | |
http://fhir.odilab.de/StructureDefinition/CompositionHiMi | CompositionHiMi |
http://fhir.odilab.de/StructureDefinition/PrescriptionDevice | PrescriptionDevice |
https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Patient | eRezept/eAU Patient (KBV) |
{
"resourceType" : "StructureDefinition",
"id" : "ERPBundleHiMi",
"url" : "http://fhir.odilab.de/StructureDefinition/ERPBundleHiMi",
"name" : "ERP_Bundle_HiMi",
"title" : "Hilfsmittelverordnung",
"status" : "draft",
"description" : "Dieses Bundle vereint die Elemente des strukturierten Dokuments Hilfsmittelverordnung Muster 8 und 15",
"fhirVersion" : "4.0.1",
"mapping" : [
{
"identity" : "v2",
"uri" : "http://hl7.org/v2",
"name" : "HL7 v2 Mapping"
},
{
"identity" : "rim",
"uri" : "http://hl7.org/v3",
"name" : "RIM Mapping"
},
{
"identity" : "cda",
"uri" : "http://hl7.org/v3/cda",
"name" : "CDA (R2)"
},
{
"identity" : "w5",
"uri" : "http://hl7.org/fhir/fivews",
"name" : "FiveWs Pattern Mapping"
}
],
"kind" : "resource",
"abstract" : false,
"type" : "Bundle",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Bundle",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Bundle",
"path" : "Bundle",
"constraint" : [
{
"key" : "Composition-pflicht",
"human" : "Die Ressource vom Typ Composition muss genau einmal vorhanden sein",
"source" : "Bundle",
"severity" : "error",
"expression" : "entry.where(resource is Composition).count()=1"
},
{
"key" : "typComposition",
"human" : "Die Instanz der Composition muss vom Profil 'CompositionHiMi' sein",
"source" : "Bundle",
"severity" : "error",
"expression" : "entry.where(resource is Composition).resource.meta.profile = 'http://fhir.odilab.de/StructureDefinition/CompositionHiMi'"
},
{
"key" : "angabePruefnummer",
"human" : "Prüfnummer nicht vorhanden, aber Pflicht bei den Kostenträger der Typen \"GKV\", \"BG\", \"SKT\" oder \"UK\"",
"source" : "Bundle",
"severity" : "error",
"expression" : "(entry.where(resource is Coverage).exists() and (entry.where(resource is Coverage).resource.type.coding.code='GKV' or entry.where(resource is Coverage).resource.type.coding.code='BG' or entry.where(resource is Coverage).resource.type.coding.code='SKT' or entry.where(resource is Coverage).resource.type.coding.code='UK')) implies entry.where(resource is Composition).resource.author.identifier.where(system='https://fhir.kbv.de/NamingSystem/KBV_NS_FOR_Pruefnummer').exists()"
},
{
"key" : "angabePLZ",
"human" : "Postleitzahl nicht vorhanden, aber Pflicht bei den Kostentraegern der Typen \"GKV\", \"BG\", \"SKT\" oder \"UK\"",
"source" : "Bundle",
"severity" : "error",
"expression" : "(entry.where(resource is Coverage).exists() and (entry.where(resource is Coverage).resource.type.coding.code='GKV' or entry.where(resource is Coverage).resource.type.coding.code='BG' or entry.where(resource is Coverage).resource.type.coding.code='SKT' or entry.where(resource is Coverage).resource.type.coding.code='UK')) implies entry.where(resource is Patient).resource.address.postalCode.exists()"
},
{
"key" : "angabeNrAusstellendePerson",
"human" : "Nummer der ausstellenden Person nicht vorhanden, aber Pflicht, wenn es sich um einen Arzt oder Zahnarzt handelt",
"source" : "Bundle",
"severity" : "error",
"expression" : "(entry.where(resource is Coverage).exists() and (entry.where(resource is Coverage).resource.type.coding.code='GKV' or entry.where(resource is Coverage).resource.type.coding.code='BG' or entry.where(resource is Coverage).resource.type.coding.code='SKT' or entry.where(resource is Coverage).resource.type.coding.code='UK') and (entry.where(resource is Practitioner).resource.qualification.coding.code='00' or entry.where(resource is Practitioner).resource.qualification.coding.code='01')) implies entry.where(resource is Practitioner).resource.identifier.exists()"
},
{
"key" : "angabeBetriebsstaettennr",
"human" : "Betriebsstaettennummer nicht vorhanden, aber Pflicht, wenn es sich um einen Arzt, Zahnarzt oder Arzt in Weiterbildung handelt",
"source" : "Bundle",
"severity" : "error",
"expression" : "(entry.where(resource is Coverage).exists() and (entry.where(resource is Coverage).resource.type.coding.code='GKV' or entry.where(resource is Coverage).resource.type.coding.code='BG' or entry.where(resource is Coverage).resource.type.coding.code='SKT' or entry.where(resource is Coverage).resource.type.coding.code='UK') and (entry.where(resource is Practitioner).resource.qualification.coding.code='00' or entry.where(resource is Practitioner).resource.qualification.coding.code='01' or entry.where(resource is Practitioner).resource.qualification.coding.code='03')) implies entry.where(resource is Organization).resource.identifier.exists()"
},
{
"key" : "angabeRechtsgrundlage",
"human" : "Rechtsgrundlage nicht vorhanden, aber Pflicht bei den Kostentraegern der Typen \"GKV\", \"BG\", \"SKT\" oder \"UK\"",
"source" : "Bundle",
"severity" : "error",
"expression" : "(entry.where(resource is Coverage).exists() and (entry.where(resource is Coverage).resource.type.coding.code='GKV' or entry.where(resource is Coverage).resource.type.coding.code='BG' or entry.where(resource is Coverage).resource.type.coding.code='SKT' or entry.where(resource is Coverage).resource.type.coding.code='UK')) implies entry.where(resource is Composition).resource.extension('https://fhir.kbv.de/StructureDefinition/KBV_EX_FOR_Legal_basis').exists()"
},
{
"key" : "Arztpraxis-1",
"human" : "Für eine Arztpraxis muss eine BSNR angegeben werden.",
"source" : "Bundle",
"severity" : "error",
"expression" : "entry.where(resource is Organization).exists() implies entry.where(resource is Organization).resource.identifier.system = 'https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR'"
},
{
"key" : "Arztpraxis-2",
"human" : "Bei einer Arztpraxis darf kein Institutionskennzeichen angegeben werden.",
"source" : "Bundle",
"severity" : "error",
"expression" : "entry.where(resource is Organization).exists() implies entry.where(resource is Organization).resource.identifier.system != 'http://fhir.de/NamingSystem/arge-ik/iknr'"
},
{
"key" : "Patient-1",
"human" : "Bei einem Patienten mit gesetzlicher Krankenversicherung muss die gesetzliche Krankenversicherungsnummer angegeben werden.",
"source" : "Bundle",
"severity" : "error",
"expression" : "entry.where(resource is Coverage).resource.type.coding.code = 'GKV' implies entry.where(resource is Patient).resource.identifier.type.coding.code = 'GKV'"
},
{
"key" : "Patient-2",
"human" : "Bei einem Patienten mit privater Krankenversicherung muss die private Krankenversicherungsnummer angegeben werden.",
"source" : "Bundle",
"severity" : "error",
"expression" : "entry.where(resource is Coverage).resource.type.coding.code = 'PKV' implies entry.where(resource is Patient).resource.identifier.type.coding.code = 'PKV'"
},
{
"key" : "unique-DeviceRequest",
"human" : "Die Einträge für die Instanz DeviceRequest müssen im Dokument eindeutig sein.",
"source" : "Bundle",
"severity" : "error",
"expression" : "entry.select(resource as DeviceRequest).resource.code.coding.code.isDistinct()"
}
]
},
{
"id" : "Bundle.id",
"path" : "Bundle.id",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Bundle.meta",
"path" : "Bundle.meta",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Bundle.meta.id",
"path" : "Bundle.meta.id",
"max" : "0"
},
{
"id" : "Bundle.meta.versionId",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "normative"
}
],
"path" : "Bundle.meta.versionId",
"max" : "0"
},
{
"id" : "Bundle.meta.lastUpdated",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "normative"
}
],
"path" : "Bundle.meta.lastUpdated",
"mustSupport" : true
},
{
"id" : "Bundle.meta.source",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "normative"
}
],
"path" : "Bundle.meta.source",
"max" : "0"
},
{
"id" : "Bundle.meta.profile",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "normative"
}
],
"path" : "Bundle.meta.profile",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Bundle.meta.security",
"path" : "Bundle.meta.security",
"max" : "0"
},
{
"id" : "Bundle.meta.tag",
"path" : "Bundle.meta.tag",
"max" : "0"
},
{
"id" : "Bundle.implicitRules",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "normative"
}
],
"path" : "Bundle.implicitRules",
"max" : "0"
},
{
"id" : "Bundle.language",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "normative"
}
],
"path" : "Bundle.language",
"max" : "0"
},
{
"id" : "Bundle.identifier",
"path" : "Bundle.identifier",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Bundle.identifier.use",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "normative"
}
],
"path" : "Bundle.identifier.use",
"max" : "0"
},
{
"id" : "Bundle.identifier.type",
"path" : "Bundle.identifier.type",
"max" : "0"
},
{
"id" : "Bundle.identifier.system",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "normative"
}
],
"path" : "Bundle.identifier.system",
"definition" : "Für den digitalen Vordruck \"Elektronische Verordnung einer Krankenbeförderung (Muster 4)\" wird die Dokumenten-ID gemäà den Vorgaben der gematik gesetzt.",
"min" : 1,
"fixedUri" : "https://gematik.de/fhir/NamingSystem/PrescriptionID",
"mustSupport" : true
},
{
"id" : "Bundle.identifier.value",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "normative"
}
],
"path" : "Bundle.identifier.value",
"short" : "Dokumenten-ID",
"definition" : "Eindeutige Identifikation des Dokuments, bzw. der Verordnung. Diese ID wird mit signiert und sichert damit die Verordnung vor Fälschungen.\n\nFür den digitalen Vordruck \"Elektronische Verordnung einer Krankenbeförderung (Muster 4)\" wird die Dokumenten-ID gemäà den Vorgaben der gematik gesetzt.",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Bundle.identifier.period",
"path" : "Bundle.identifier.period",
"max" : "0"
},
{
"id" : "Bundle.identifier.assigner",
"path" : "Bundle.identifier.assigner",
"max" : "0"
},
{
"id" : "Bundle.type",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "normative"
}
],
"path" : "Bundle.type",
"fixedCode" : "document",
"mustSupport" : true
},
{
"id" : "Bundle.timestamp",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "normative"
}
],
"path" : "Bundle.timestamp",
"definition" : "DateTime wann das Dokument technisch erstellt wurde. \nFachlich bildet das Ausstellungsdatum das entscheidende Datum ab",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Bundle.total",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "normative"
}
],
"path" : "Bundle.total",
"max" : "0"
},
{
"id" : "Bundle.link",
"path" : "Bundle.link",
"max" : "0"
},
{
"id" : "Bundle.entry",
"path" : "Bundle.entry",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "resource.meta.profile"
}
],
"rules" : "closed"
},
"min" : 3,
"mustSupport" : true
},
{
"id" : "Bundle.entry.link",
"path" : "Bundle.entry.link",
"max" : "0"
},
{
"id" : "Bundle.entry.fullUrl",
"path" : "Bundle.entry.fullUrl",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Bundle.entry.resource",
"path" : "Bundle.entry.resource",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Bundle.entry.search",
"path" : "Bundle.entry.search",
"max" : "0"
},
{
"id" : "Bundle.entry.request",
"path" : "Bundle.entry.request",
"max" : "0"
},
{
"id" : "Bundle.entry.response",
"path" : "Bundle.entry.response",
"max" : "0"
},
{
"id" : "Bundle.entry:Dokumenteninformation",
"path" : "Bundle.entry",
"sliceName" : "Dokumenteninformation",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Bundle.entry:Dokumenteninformation.resource",
"path" : "Bundle.entry.resource",
"type" : [
{
"code" : "Composition",
"profile" : [
"http://fhir.odilab.de/StructureDefinition/CompositionHiMi"
]
}
]
},
{
"id" : "Bundle.entry:Krankenversicherungsverhaeltnis",
"path" : "Bundle.entry",
"sliceName" : "Krankenversicherungsverhaeltnis",
"min" : 0,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Bundle.entry:Krankenversicherungsverhaeltnis.resource",
"path" : "Bundle.entry.resource",
"type" : [
{
"code" : "Coverage",
"profile" : [
"https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Coverage"
]
}
]
},
{
"id" : "Bundle.entry:Patient",
"path" : "Bundle.entry",
"sliceName" : "Patient",
"min" : 0,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Bundle.entry:Patient.resource",
"path" : "Bundle.entry.resource",
"type" : [
{
"code" : "Patient",
"profile" : [
"https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Patient"
]
}
]
},
{
"id" : "Bundle.entry:Einrichtung",
"path" : "Bundle.entry",
"sliceName" : "Einrichtung",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Bundle.entry:Einrichtung.resource",
"path" : "Bundle.entry.resource",
"type" : [
{
"code" : "Organization",
"profile" : [
"https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Organization"
]
}
]
},
{
"id" : "Bundle.entry:AusstellendeVerschreibendeVerantwortlichePerson",
"path" : "Bundle.entry",
"sliceName" : "AusstellendeVerschreibendeVerantwortlichePerson",
"min" : 1,
"max" : "2",
"mustSupport" : true
},
{
"id" : "Bundle.entry:AusstellendeVerschreibendeVerantwortlichePerson.resource",
"path" : "Bundle.entry.resource",
"type" : [
{
"code" : "Practitioner",
"profile" : [
"https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Practitioner"
]
}
]
},
{
"id" : "Bundle.entry:VerordnungHilfsmittel",
"path" : "Bundle.entry",
"sliceName" : "VerordnungHilfsmittel",
"min" : 0,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Bundle.entry:VerordnungHilfsmittel.resource",
"path" : "Bundle.entry.resource",
"type" : [
{
"code" : "DeviceRequest",
"profile" : [
"http://fhir.odilab.de/StructureDefinition/PrescriptionDevice"
]
}
]
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.